home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / tch_tpas.zip / TEST1.PAS < prev    next >
Pascal/Delphi Source File  |  1986-04-05  |  256b  |  13 lines

  1. PROGRAM Test1;
  2. {$U+       Copyright (C), 1985 by Lyle Faurot.  All rights reserved.
  3.  
  4.   This program is a test jig where you can try out new statements.
  5. }
  6.  
  7. VAR
  8.   I,J,K,Temp  : Integer;
  9.   A,B,C       : Char;
  10.  
  11. BEGIN
  12.  
  13. END.